home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_2.2 / HISTRAMP / HISTRAMP.MAK < prev    next >
Text File  |  1999-09-11  |  8KB  |  244 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=histramp - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to histramp - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "histramp - Win32 Release" && "$(CFG)" !=\
  12.  "histramp - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "histramp.mak" CFG="histramp - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "histramp - Win32 Release" (based on\
  22.  "Win32 (x86) Console Application")
  23. !MESSAGE "histramp - Win32 Debug" (based on "Win32 (x86) Console Application")
  24. !MESSAGE 
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF 
  27.  
  28. !IF "$(OS)" == "Windows_NT"
  29. NULL=
  30. !ELSE 
  31. NULL=nul
  32. !ENDIF 
  33. ################################################################################
  34. # Begin Project
  35. # PROP Target_Last_Scanned "histramp - Win32 Debug"
  36. CPP=cl.exe
  37. RSC=rc.exe
  38.  
  39. !IF  "$(CFG)" == "histramp - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 0
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release"
  44. # PROP BASE Intermediate_Dir "Release"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 0
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release"
  49. # PROP Intermediate_Dir "Release"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release
  52. INTDIR=.\Release
  53. # Begin Custom Macros
  54. ProjDir=.
  55. # End Custom Macros
  56.  
  57. ALL : "$(OUTDIR)\histramp.exe" "..\..\bindosr\histramp.exe"
  58.  
  59. CLEAN : 
  60.     -@erase "..\..\bindosr\histramp.exe"
  61.     -@erase ".\Release\histramp.exe"
  62.     -@erase ".\Release\histdistr.obj"
  63.     -@erase ".\Release\histramp.obj"
  64.  
  65. "$(OUTDIR)" :
  66.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  67.  
  68. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  69. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  70. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff" /I\
  71.  " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /Fp"$(INTDIR)/histramp.pch"\
  72.  /YX /Fo"$(INTDIR)/" /c 
  73. CPP_OBJS=.\Release/
  74. CPP_SBRS=
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. BSC32_FLAGS=/nologo /o"$(OUTDIR)/histramp.bsc" 
  81. BSC32_SBRS=
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  84. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  85. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  86.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  87.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  88.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  89.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/histramp.pdb" /machine:I386\
  90.  /out:"$(OUTDIR)/histramp.exe" 
  91. LINK32_OBJS= \
  92.     ".\Release\histdistr.obj" \
  93.     ".\Release\histramp.obj"
  94.  
  95. "$(OUTDIR)\histramp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  96.     $(LINK32) @<<
  97.   $(LINK32_FLAGS) $(LINK32_OBJS)
  98. <<
  99.  
  100. # Begin Custom Build
  101. ProjDir=.
  102. InputPath=.\Release\histramp.exe
  103. InputName=histramp
  104. SOURCE=$(InputPath)
  105.  
  106. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  107.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  108.  
  109. # End Custom Build
  110.  
  111. !ELSEIF  "$(CFG)" == "histramp - Win32 Debug"
  112.  
  113. # PROP BASE Use_MFC 0
  114. # PROP BASE Use_Debug_Libraries 1
  115. # PROP BASE Output_Dir "Debug"
  116. # PROP BASE Intermediate_Dir "Debug"
  117. # PROP BASE Target_Dir ""
  118. # PROP Use_MFC 0
  119. # PROP Use_Debug_Libraries 1
  120. # PROP Output_Dir "Debug"
  121. # PROP Intermediate_Dir "Debug"
  122. # PROP Target_Dir ""
  123. OUTDIR=.\Debug
  124. INTDIR=.\Debug
  125. # Begin Custom Macros
  126. ProjDir=.
  127. # End Custom Macros
  128.  
  129. ALL : "$(OUTDIR)\histramp.exe" "..\..\bindosd\histramp.exe"
  130.  
  131. CLEAN : 
  132.     -@erase ".\Debug\vc40.pdb"
  133.     -@erase ".\Debug\vc40.idb"
  134.     -@erase ".\Debug\histramp.ilk"
  135.     -@erase ".\Debug\histramp.obj"
  136.     -@erase ".\Debug\histdistr.obj"
  137.     -@erase ".\Debug\histramp.pdb"
  138.     -@erase "..\..\bindosd\histramp.exe"
  139.     -@erase ".\Debug\histramp.exe"
  140.  
  141. "$(OUTDIR)" :
  142.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  143.  
  144. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  145. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  146. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I\
  147.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  148.  /Fp"$(INTDIR)/histramp.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  149. CPP_OBJS=.\Debug/
  150. CPP_SBRS=
  151. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  152. # ADD RSC /l 0x409 /d "_DEBUG"
  153. BSC32=bscmake.exe
  154. # ADD BASE BSC32 /nologo
  155. # ADD BSC32 /nologo
  156. BSC32_FLAGS=/nologo /o"$(OUTDIR)/histramp.bsc" 
  157. BSC32_SBRS=
  158. LINK32=link.exe
  159. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  160. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  161. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  162.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  163.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  164.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  165.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/histramp.pdb" /debug\
  166.  /machine:I386 /out:"$(OUTDIR)/histramp.exe" 
  167. LINK32_OBJS= \
  168.     ".\Debug\histramp.obj" \
  169.     ".\Debug\histdistr.obj"
  170.  
  171. "$(OUTDIR)\histramp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  172.     $(LINK32) @<<
  173.   $(LINK32_FLAGS) $(LINK32_OBJS)
  174. <<
  175.  
  176. # Begin Custom Build
  177. ProjDir=.
  178. InputPath=.\Debug\histramp.exe
  179. InputName=histramp
  180. SOURCE=$(InputPath)
  181.  
  182. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  183.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  184.  
  185. # End Custom Build
  186.  
  187. !ENDIF 
  188.  
  189. .c{$(CPP_OBJS)}.obj:
  190.    $(CPP) $(CPP_PROJ) $<  
  191.  
  192. .cpp{$(CPP_OBJS)}.obj:
  193.    $(CPP) $(CPP_PROJ) $<  
  194.  
  195. .cxx{$(CPP_OBJS)}.obj:
  196.    $(CPP) $(CPP_PROJ) $<  
  197.  
  198. .c{$(CPP_SBRS)}.sbr:
  199.    $(CPP) $(CPP_PROJ) $<  
  200.  
  201. .cpp{$(CPP_SBRS)}.sbr:
  202.    $(CPP) $(CPP_PROJ) $<  
  203.  
  204. .cxx{$(CPP_SBRS)}.sbr:
  205.    $(CPP) $(CPP_PROJ) $<  
  206.  
  207. ################################################################################
  208. # Begin Target
  209.  
  210. # Name "histramp - Win32 Release"
  211. # Name "histramp - Win32 Debug"
  212.  
  213. !IF  "$(CFG)" == "histramp - Win32 Release"
  214.  
  215. !ELSEIF  "$(CFG)" == "histramp - Win32 Debug"
  216.  
  217. !ENDIF 
  218.  
  219. ################################################################################
  220. # Begin Source File
  221.  
  222. SOURCE=.\histramp.c
  223. DEP_CPP_HISTR=\
  224.     ".\..\..\libimage\tiffimage.h"\
  225.     ".\..\..\libimage\images.h"\
  226.     
  227.  
  228. "$(INTDIR)\histramp.obj" : $(SOURCE) $(DEP_CPP_HISTR) "$(INTDIR)"
  229.  
  230.  
  231. # End Source File
  232. ################################################################################
  233. # Begin Source File
  234.  
  235. SOURCE=.\histdistr.c
  236.  
  237. "$(INTDIR)\histdistr.obj" : $(SOURCE) "$(INTDIR)"
  238.  
  239.  
  240. # End Source File
  241. # End Target
  242. # End Project
  243. ################################################################################
  244.